javazoom.spi.mpeg.sampled.file
Class MpegAudioFileFormat

java.lang.Object
  extended byjavax.sound.sampled.AudioFileFormat
      extended byorg.tritonus.share.sampled.file.TAudioFileFormat
          extended byjavazoom.spi.mpeg.sampled.file.MpegAudioFileFormat

public class MpegAudioFileFormat
extends org.tritonus.share.sampled.file.TAudioFileFormat


Nested Class Summary
 
Nested classes inherited from class javax.sound.sampled.AudioFileFormat
javax.sound.sampled.AudioFileFormat.Type
 
Constructor Summary
MpegAudioFileFormat(javax.sound.sampled.AudioFileFormat.Type type, javax.sound.sampled.AudioFormat audioFormat, int nLengthInFrames, int nLengthInBytes, java.util.Map properties)
          Contructor.
 
Method Summary
 java.util.Map properties()
          MP3 audio file format parameters.
 
Methods inherited from class org.tritonus.share.sampled.file.TAudioFileFormat
setProperty
 
Methods inherited from class javax.sound.sampled.AudioFileFormat
getByteLength, getFormat, getFrameLength, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MpegAudioFileFormat

public MpegAudioFileFormat(javax.sound.sampled.AudioFileFormat.Type type,
                           javax.sound.sampled.AudioFormat audioFormat,
                           int nLengthInFrames,
                           int nLengthInBytes,
                           java.util.Map properties)
Contructor.

Parameters:
type -
audioFormat -
nLengthInFrames -
nLengthInBytes -
Method Detail

properties

public java.util.Map properties()
MP3 audio file format parameters. Some parameters might be unavailable. So availability test is required before reading any parameter.
AudioFileFormat parameters.
MP3 parameters.



JavaZOOM 1999-2005